projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7bdaa1
)
Correct stupid cut and paste. (Man, Ron's fast...)
author
robertl
<robertl>
Fri, 16 Apr 2004 16:36:19 +0000
(16:36 +0000)
committer
robertl
<robertl>
Fri, 16 Apr 2004 16:36:19 +0000
(16:36 +0000)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index cc45c8f377a6b587f4a252ef6a9f94bd49556807..477e2368a57267df93fa0c5a6c24810b572b884f 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-160,8
+160,8
@@
main(int argc, char *argv[])
/* simulates the default behaviour of waypoints */
if (doing_nothing)
global_opts.masked_objective |= WPTDATAMASK;
- if (ovecs->
rd
_init == NULL) {
- fatal ("Format does not support
read
ing.\n");
+ if (ovecs->
wr
_init == NULL) {
+ fatal ("Format does not support
writ
ing.\n");
}
ovecs->wr_init(ofname);
ovecs->write();